[INFO] cloning repository https://github.com/CatmeowSoftwares/server
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/CatmeowSoftwares/server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCatmeowSoftwares%2Fserver", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCatmeowSoftwares%2Fserver'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] dd7eca794452cbe424e504e7c0adc4bd74d61082
[INFO] fixing CatmeowSoftwares/server against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCatmeowSoftwares%2Fserver" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/CatmeowSoftwares/server
[INFO] finished tweaking git repo https://github.com/CatmeowSoftwares/server
[INFO] tweaked toml for git repo https://github.com/CatmeowSoftwares/server written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/CatmeowSoftwares/server on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/CatmeowSoftwares/server already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b89cd0be84a5ebb58375b2d4b7c0a3616947a6fcf664b67783be83d64b95597e
[INFO] running `Command { std: "docker" "start" "b89cd0be84a5ebb58375b2d4b7c0a3616947a6fcf664b67783be83d64b95597e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b89cd0be84a5ebb58375b2d4b7c0a3616947a6fcf664b67783be83d64b95597e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b89cd0be84a5ebb58375b2d4b7c0a3616947a6fcf664b67783be83d64b95597e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b89cd0be84a5ebb58375b2d4b7c0a3616947a6fcf664b67783be83d64b95597e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking socket2 v0.6.2
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling toml_parser v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling toml_edit v0.23.10+spec-1.0.0
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling num_enum_derive v0.7.5
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]     Checking num_enum v0.7.5
[INFO] [stderr]     Checking server v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `std::os::windows`
[INFO] [stdout]  --> src/main.rs:1:43
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{f32::consts::PI, io::Error, os::windows::process, sync::Arc, time::Duration};
[INFO] [stdout]   |                                           ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/mod.rs:56:4
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/mod.rs:120:9
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `f32::consts::PI`
[INFO] [stdout]  --> src/main.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{f32::consts::PI, io::Error, os::windows::process, sync::Arc, time::Duration};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Receiver`, `Sender`, `TcpSocket`, `TcpStream`, and `self`
[INFO] [stdout]  --> src/main.rs:6:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     net::{self, TcpListener, TcpSocket, TcpStream, UdpSocket},
[INFO] [stdout]   |           ^^^^               ^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 9 |         broadcast::{self, Receiver, Sender},
[INFO] [stdout]   |                           ^^^^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::os::windows`
[INFO] [stdout]  --> src/main.rs:1:43
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{f32::consts::PI, io::Error, os::windows::process, sync::Arc, time::Duration};
[INFO] [stdout]   |                                           ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/mod.rs:56:4
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/mod.rs:120:9
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `f32::consts::PI`
[INFO] [stdout]  --> src/main.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{f32::consts::PI, io::Error, os::windows::process, sync::Arc, time::Duration};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Receiver`, `Sender`, `TcpSocket`, `TcpStream`, and `self`
[INFO] [stdout]  --> src/main.rs:6:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     net::{self, TcpListener, TcpSocket, TcpStream, UdpSocket},
[INFO] [stdout]   |           ^^^^               ^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 9 |         broadcast::{self, Receiver, Sender},
[INFO] [stdout]   |                           ^^^^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable statement
[INFO] [stdout]    --> src/main.rs:139:25
[INFO] [stdout]     |
[INFO] [stdout] 138 |                         let pos = todo!();
[INFO] [stdout]     |                                   ------- any code following this expression is unreachable
[INFO] [stdout] 139 |                         player.position = todo!();
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]    --> src/main.rs:139:25
[INFO] [stdout]     |
[INFO] [stdout] 139 |                         player.position = todo!();
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^-------
[INFO] [stdout]     |                         |                 |
[INFO] [stdout]     |                         |                 any code following this expression is unreachable
[INFO] [stdout]     |                         unreachable expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]    --> src/main.rs:154:5
[INFO] [stdout]     |
[INFO] [stdout]  53 | /     loop {
[INFO] [stdout]  54 | |         let (mut stream, addr) = a.accept().await?;
[INFO] [stdout]  55 | |
[INFO] [stdout]  56 | |         let tx = tx.clone();
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | |         });
[INFO] [stdout] 153 | |     }
[INFO] [stdout]     | |_____- any code following this expression is unreachable
[INFO] [stdout] 154 |       Ok(())
[INFO] [stdout]     |       ^^^^^^ unreachable expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable statement
[INFO] [stdout]    --> src/main.rs:139:25
[INFO] [stdout]     |
[INFO] [stdout] 138 |                         let pos = todo!();
[INFO] [stdout]     |                                   ------- any code following this expression is unreachable
[INFO] [stdout] 139 |                         player.position = todo!();
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]    --> src/main.rs:139:25
[INFO] [stdout]     |
[INFO] [stdout] 139 |                         player.position = todo!();
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^-------
[INFO] [stdout]     |                         |                 |
[INFO] [stdout]     |                         |                 any code following this expression is unreachable
[INFO] [stdout]     |                         unreachable expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]    --> src/main.rs:154:5
[INFO] [stdout]     |
[INFO] [stdout]  53 | /     loop {
[INFO] [stdout]  54 | |         let (mut stream, addr) = a.accept().await?;
[INFO] [stdout]  55 | |
[INFO] [stdout]  56 | |         let tx = tx.clone();
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | |         });
[INFO] [stdout] 153 | |     }
[INFO] [stdout]     | |_____- any code following this expression is unreachable
[INFO] [stdout] 154 |       Ok(())
[INFO] [stdout]     |       ^^^^^^ unreachable expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:137:29
[INFO] [stdout]     |
[INFO] [stdout] 137 |                         let mut player = players.get_mut(id as usize).unwrap();
[INFO] [stdout]     |                             ----^^^^^^
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0382]: use of moved value: `players`
[INFO] [stdout]    --> src/main.rs:110:22
[INFO] [stdout]     |
[INFO] [stdout]  51 |     let mut players: Vec<Player> = Vec::new();
[INFO] [stdout]     |         ----------- move occurs because `players` has type `Vec<Player>`, which does not implement the `Copy` trait
[INFO] [stdout]  52 |
[INFO] [stdout]  53 |     loop {
[INFO] [stdout]     |     ---- inside of this loop
[INFO] [stdout] ...
[INFO] [stdout] 110 |         tokio::spawn(async move {
[INFO] [stdout]     |                      ^^^^^^^^^^ value moved here, in previous iteration of loop
[INFO] [stdout] 111 |             println!("someone connected!");
[INFO] [stdout] 112 |             loop {
[INFO] [stdout]     |             ---- inside of this loop
[INFO] [stdout] ...
[INFO] [stdout] 137 |                         let mut player = players.get_mut(id as usize).unwrap();
[INFO] [stdout]     |                                          ------- use occurs due to use in coroutine
[INFO] [stdout]     |
[INFO] [stdout] note: if `Player` implemented `Clone`, you could clone the value
[INFO] [stdout]    --> src/main.rs:29:1
[INFO] [stdout]     |
[INFO] [stdout]  29 | struct Player {
[INFO] [stdout]     | ^^^^^^^^^^^^^ consider implementing `Clone` for this type
[INFO] [stdout] ...
[INFO] [stdout] 137 |                         let mut player = players.get_mut(id as usize).unwrap();
[INFO] [stdout]     |                                          ------- you could clone this value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `server` (bin "server" test) due to 2 previous errors; 12 warnings emitted
[INFO] [stdout] warning: unused variable: `a`
[INFO] [stdout]    --> src/main.rs:135:29
[INFO] [stdout]     |
[INFO] [stdout] 135 |                         let a = u16::from_le_bytes(data3);
[INFO] [stdout]     |                             ^ help: if this is intentional, prefix it with an underscore: `_a`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused variable: `player`
[INFO] [stdout]    --> src/main.rs:137:29
[INFO] [stdout]     |
[INFO] [stdout] 137 |                         let mut player = players.get_mut(id as usize).unwrap();
[INFO] [stdout]     |                             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_player`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pos`
[INFO] [stdout]    --> src/main.rs:138:29
[INFO] [stdout]     |
[INFO] [stdout] 138 |                         let pos = todo!();
[INFO] [stdout]     |                             ^^^ help: if this is intentional, prefix it with an underscore: `_pos`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `text`
[INFO] [stdout]   --> src/main.rs:61:17
[INFO] [stdout]    |
[INFO] [stdout] 61 |             let text = String::new();
[INFO] [stdout]    |                 ^^^^ help: if this is intentional, prefix it with an underscore: `_text`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]   --> src/main.rs:98:21
[INFO] [stdout]    |
[INFO] [stdout] 98 |                     result = sleep(Duration::from_mins(20)) => {
[INFO] [stdout]    |                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]   --> src/main.rs:54:26
[INFO] [stdout]    |
[INFO] [stdout] 54 |         let (mut stream, addr) = a.accept().await?;
[INFO] [stdout]    |                          ^^^^ help: if this is intentional, prefix it with an underscore: `_addr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0382, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0382`.
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:137:29
[INFO] [stdout]     |
[INFO] [stdout] 137 |                         let mut player = players.get_mut(id as usize).unwrap();
[INFO] [stdout]     |                             ----^^^^^^
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0382]: use of moved value: `players`
[INFO] [stdout]    --> src/main.rs:110:22
[INFO] [stdout]     |
[INFO] [stdout]  51 |     let mut players: Vec<Player> = Vec::new();
[INFO] [stdout]     |         ----------- move occurs because `players` has type `Vec<Player>`, which does not implement the `Copy` trait
[INFO] [stdout]  52 |
[INFO] [stdout]  53 |     loop {
[INFO] [stdout]     |     ---- inside of this loop
[INFO] [stdout] ...
[INFO] [stdout] 110 |         tokio::spawn(async move {
[INFO] [stdout]     |                      ^^^^^^^^^^ value moved here, in previous iteration of loop
[INFO] [stdout] 111 |             println!("someone connected!");
[INFO] [stdout] 112 |             loop {
[INFO] [stdout]     |             ---- inside of this loop
[INFO] [stdout] ...
[INFO] [stdout] 137 |                         let mut player = players.get_mut(id as usize).unwrap();
[INFO] [stdout]     |                                          ------- use occurs due to use in coroutine
[INFO] [stdout]     |
[INFO] [stdout] note: if `Player` implemented `Clone`, you could clone the value
[INFO] [stdout]    --> src/main.rs:29:1
[INFO] [stdout]     |
[INFO] [stdout]  29 | struct Player {
[INFO] [stdout]     | ^^^^^^^^^^^^^ consider implementing `Clone` for this type
[INFO] [stdout] ...
[INFO] [stdout] 137 |                         let mut player = players.get_mut(id as usize).unwrap();
[INFO] [stdout]     |                                          ------- you could clone this value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `a`
[INFO] [stdout]    --> src/main.rs:135:29
[INFO] [stdout]     |
[INFO] [stdout] 135 |                         let a = u16::from_le_bytes(data3);
[INFO] [stdout]     |                             ^ help: if this is intentional, prefix it with an underscore: `_a`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `player`
[INFO] [stdout]    --> src/main.rs:137:29
[INFO] [stdout]     |
[INFO] [stdout] 137 |                         let mut player = players.get_mut(id as usize).unwrap();
[INFO] [stdout]     |                             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_player`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pos`
[INFO] [stdout]    --> src/main.rs:138:29
[INFO] [stdout]     |
[INFO] [stdout] 138 |                         let pos = todo!();
[INFO] [stdout]     |                             ^^^ help: if this is intentional, prefix it with an underscore: `_pos`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `text`
[INFO] [stdout]   --> src/main.rs:61:17
[INFO] [stdout]    |
[INFO] [stdout] 61 |             let text = String::new();
[INFO] [stdout]    |                 ^^^^ help: if this is intentional, prefix it with an underscore: `_text`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]   --> src/main.rs:98:21
[INFO] [stdout]    |
[INFO] [stdout] 98 |                     result = sleep(Duration::from_mins(20)) => {
[INFO] [stdout]    |                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]   --> src/main.rs:54:26
[INFO] [stdout]    |
[INFO] [stdout] 54 |         let (mut stream, addr) = a.accept().await?;
[INFO] [stdout]    |                          ^^^^ help: if this is intentional, prefix it with an underscore: `_addr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0382, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0382`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `server` (bin "server") due to 2 previous errors; 12 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "b89cd0be84a5ebb58375b2d4b7c0a3616947a6fcf664b67783be83d64b95597e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b89cd0be84a5ebb58375b2d4b7c0a3616947a6fcf664b67783be83d64b95597e", kill_on_drop: false }`
[INFO] [stdout] b89cd0be84a5ebb58375b2d4b7c0a3616947a6fcf664b67783be83d64b95597e
